Autogenerated HTML docs for v2.9.2-664-ga0a18
diff --git a/gitattributes.txt b/gitattributes.txt index b40068b..34db3e2 100644 --- a/gitattributes.txt +++ b/gitattributes.txt
@@ -377,6 +377,11 @@ smudge = git-p4-filter --smudge %f ------------------------ +Note that "%f" is the name of the path that is being worked on. Depending +on the version that is being filtered, the corresponding file on disk may +not exist, or may have different contents. So, smudge and clean commands +should not try to access the file on disk, but only act as filters on the +content provided to them on standard input. Interaction between checkin/checkout attributes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^